PASO 7 : ¡Estamos listos para escribir nuestra función get_user_input ! Pidamos al usuario un número de estrellas.

input() devuelve la entrada del usuario como una string . Para usar la entrada como un número, debemos convertirlo en un integer .

  • En , arrastre Input an Integer con sangría dentro get_user_input() .
  • Cambiar "How old are you?" a "How many stars should there be?" .
  • Luego, cambie la variable a la izquierda del signo = de my_var a number .

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)